home *** CD-ROM | disk | FTP | other *** search
- * FUNCTION DEFINITIONS LIST
- *
- * August 1998
- *
- * "blitter.mod"
- *
- ##base _BLTBase
- ##bias 6
- ##public
- AllocBlitMem(Size,Flags)(d0/d1)
- DrawRGBPixel(Bitmap,XCoord,YCoord,RGB)(a0/d1/d2/d3)
- SortBobList(List,Flags)(a0/d0)
- SortMBob(MBob,Flags)(a0/d0)
- CopyBuffer(Screen,SrcBuffer,DestBuffer)(a0/d0/d1)
- CreateMasks(Bob)(a1)
- DrawBob(Bob)(a1)
- DrawBobList(BobList)(a1)
- DrawLine(Bitmap,SX,SY,EX,EY,Colour,Mask)(a0/d1/d2/d3/d4/d5/d6)
- DrawPixel(Bitmap,XCoord,YCoord,Colour)(a0/d1/d2/d3)
- DrawPixelList(Bitmap,PixelList)(a0/a1)
- DrawUCLine(Bitmap,SX,SY,EX,EY,Colour,Mask)(a0/d1/d2/d3/d4/d5/d6)
- DrawUCPixelList(Bitmap,PixelList)(a0/a1)
- DrawUCPixel(Bitmap,XCoord,YCoord,Colour)(a0/d1/d2/d3)
- FreeBlitMem(MemBlock)(d0)
- DrawUCRGBPixel(Bitmap,XCoord,YCoord,RGB)(a0/d1/d2/d3)
- ReadPixel(Bitmap,XCoord,YCoord)(a0/d1/d2)
- ReadPixelList(Bitmap,PixelList)(a0/a1)
- SetBobDimensions(Bob,Width,Height,Depth)(a1/d0/d1/d2)
- SetBobDrawMode(Bob,Attrib)(a1/d0)
- SetBobFrames(Bob)(a1)
- TakeOSBlitter()()
- GiveOSBlitter()()
- ReadRGBPixel(Bitmap,XCoord,YCoord)(a0/d1/d2)
- DrawRGBLine(Bitmap,SX,SY,EX,EY,RGB,Mask)(a0/d1/d2/d3/d4/d5/d6)
- DrawUCRGBLine(Bitmap,SX,SY,EX,EY,RGB,Mask)(a0/d1/d2/d3/d4/d5/d6)
- DrawRGBPixelList(Bitmap,PixelList)(a0/a1)
- GetBmpType()()
- PenRect(Bitmap,X,Y,Width,Height,Fill)(a0/d0/d1/d2/d3/d4)
- CopyLine(SrcBitmap,DestBitmap,SrcY,DestY,AmtPixels,Remap)(a0/a1/d0/d1/d2/d3)
- BlitArea(Source,Dest,XStart,YStart,WIdth,Height,XDest,YDest,Remap)(a0/a1/d0/d1/d2/d3/d4/d5/d6)
- SetRGBPen(Bitmap,RGB)(a0/d0)
- PenPixel(Bitmap,X,Y)(a0/d0/d1)
- PenLine(Bitmap,SX,SY,EX,EY,Pattern)(a0/d0/d1/d2/d3/d4)
- GetRGBPen(Bitmap)(a0)
- PenUCLine(Bitmap,SX,SY,EX,EY,Pattern)(a0/d0/d1/d2/d3/d4)
- PenCircle(Bitmap,X,Y,Radius,Fill)(a0/d0/d1/d2/d3)
- PenEllipse(Bitmap,X,Y,RadiusX,RadiusY,Fill)(a0/d0/d1/d2/d3/d4)
- Flood(Bitmap,X,Y,RGB)(a0/d0/d1/d2)
- FlipHBitmap(Bitmap)(a0)
- FlipVBitmap(Bitmap)(a0)
- SetPenShape(Bitmap,Shape,Radius)(a0/d0/d1)
- PenLinePxl(Bitmap,SX,SY,EX,EY,Pattern)(a0/d0/d1/d2/d3/d4)
- DrawPen(Bitmap,X,Y)(a0/d0/d1)
- ##end
-